32 products were found matching your search for Developer Network in 3 shops:
-
Network Programming for Microsoft Windows, Second Edition (Pro-Developer)
Vendor: Abebooks.com Price: 51.62 $Practical explanations are given of Microsoft's networking APIs. This definitive reference covers the network programming interfaces available on the Windows 98, Windows NT/200, and Windows CE platforms. The CD-ROM features reusable code examples in Visual C++.
-
SQL Cookbook: Query Solutions and Techniques for Database Developers
Vendor: Abebooks.com Price: 47.96 $You know the rudiments of the SQL query language, yet you feel you aren't taking full advantage of SQL's expressive power. You'd like to learn how to do more work with SQL inside the database before pushing data across the network to your applications. You'd like to take your SQL skills to the next level.Let's face it, SQL is a deceptively simple language to learn, and many database developers never go far beyond the simple statement: SELECT columns FROM table WHERE conditions. But there is so much more you can do with the language. In the SQL Cookbook, experienced SQL developer Anthony Molinaro shares his favorite SQL techniques and features. You'll learn about:Window functions, arguably the most significant enhancement to SQL in the past decade. If you're not using these, you're missing outPowerful, database-specific features such as SQL Server's PIVOT and UNPIVOT operators, Oracle's MODEL clause, and PostgreSQL's very useful GENERATE_SERIES functionPivoting rows into columns, reverse-pivoting columns into rows, using pivoting to facilitate inter-row calculations, and double-pivoting a result setBucketization, and why you should never use that term in Brooklyn.How to create histograms, summarize data into buckets, perform aggregations over a moving range of values, generate running-totals and subtotals, and other advanced, data warehousing techniquesThe technique of walking a string, which allows you to use SQL to parse through the characters, words, or delimited elements of a stringWritten in O'Reilly's popular Problem/Solution/Discussion style, the SQL Cookbook is sure to please. Anthony's credo is: "When it comes down to it, we all go to work, we all have bills to pay, and we all want to go home at a reasonable time and enjoy what's still available of our days." The SQL Cookbook moves quickly from problem to solution, saving you time each step of the way.
-
OS/2 Notebook: The Best of the IBM Personal Systems Developer
Vendor: Abebooks.com Price: 5.43 $Includes OS/2 extended edition, Presentation manager , local area networks, OS/2 version 2.0. Annotation copyright Book News, Inc. Portland, Or.
-
Bluetooth Application Developer's Guide
Vendor: Abebooks.com Price: 75.27 $"Bluetooth (enabled devices) will ship in the billions of units once it gains momentum." - Martin Reynolds, Gartner Group Bluetooth is the most exciting development in wireless computing this decade! Bluetooth enabled devices can include everything from network servers, laptop computers and PDAs, to stereos and home security systems. Most Bluetooth products to hit the market in 2001 will be PC cards for laptop computers and access points, which allow up to seven Bluetooth devices to connect to a network. Reports indicate that by the end of 2003 there will be over 2 billion Bluetooth-enabled devices. Bluetooth-enabled devices communicate with each other through embedded software applications. Bluetooth Developer's Guide to Embedded Applications will provide embedded applications developers with advanced tutorials and code listings written to the latest Bluetooth's latest specification, version 1.1. Written by Bluetooth pioneers from market leaders in Bluetooth software development, Extended Systems and Cambridge Silicon Radio, this is the first advanced level Bluetooth developer title on the market.White Hot TopicWhile other books introduce readers to the possibilities of Bluetooth, this is the first comprehensive, advanced level programming book written specifically for embedded application developersAuthors are responsible for SDK, the market-leading development tool for BluetoothComes with Syngress' revolutionary Credit Card CD containing a printable HTML version of the book, all of the source code and sample applications from Extended Systems and Cambridge Silicon Radio
-
Java Cookbook : Problems and Solutions for Java Developers
Vendor: Abebooks.com Price: 55.87 $Java continues to grow and evolve, and this Cookbook continues to evolve in tandem. This book helps to get you up to speed right away with hundreds of hands-on recipes across a broad range of Java topics. You’ll learn useful techniques for everything from string handling and functional programming to network communication.Each recipe includes self-contained code solutions that you can freely use, along with a discussion of how and why they work. If you are familiar with the basics of the Java language, this cookbook will bolster your knowledge of the language in general and its many recent changes and how to apply them in your day-to-day development.Recipes include:Methods for compiling, running, and debugging“Packaging” Java classes and building applicationsManipulating, comparing, and rearranging textRegular expressions for string- and pattern-matchingHandling numbers, dates, and timesStructuring data with collections, arrays, and other typesObject-oriented and functional programming techniquesInput/Output, Directory and filesystem operationsNetwork programming on both client and serverProcessing JSON for data interchangeMultithreading and concurrencyUsing Java in Big Data applicationsInterfacing Java with other languagesThe 4th Edition of this book has been updated to cover changes through Java 12 and includes new recipes for Big Data and data science.
-
Java Cookbook: Problems and Solutions for Java Developers
Vendor: Abebooks.com Price: 46.88 $Java continues to grow and evolve, and this Cookbook continues to evolve in tandem. This book helps to get you up to speed right away with hundreds of hands-on recipes across a broad range of Java topics. You’ll learn useful techniques for everything from string handling and functional programming to network communication.Each recipe includes self-contained code solutions that you can freely use, along with a discussion of how and why they work. If you are familiar with the basics of the Java language, this cookbook will bolster your knowledge of the language in general and its many recent changes and how to apply them in your day-to-day development.Recipes include:Methods for compiling, running, and debugging“Packaging” Java classes and building applicationsManipulating, comparing, and rearranging textRegular expressions for string- and pattern-matchingHandling numbers, dates, and timesStructuring data with collections, arrays, and other typesObject-oriented and functional programming techniquesInput/Output, Directory and filesystem operationsNetwork programming on both client and serverProcessing JSON for data interchangeMultithreading and concurrencyUsing Java in Big Data applicationsInterfacing Java with other languagesThe 4th Edition of this book has been updated to cover changes through Java 12 and includes new recipes for Big Data and data science.
-
Deep Learning with JavaScript: Neural networks in TensorFlow.js [first edition]
Vendor: Abebooks.com Price: 37.84 $Deep learning has transformed the fields of computer vision, image processing, and natural language applications. Thanks to TensorFlow.js, now JavaScript developers can build deep learning apps without relying on Python or R. Deep Learning with JavaScript shows developers how they can bring DL technology to the web. Written by the main authors of the TensorFlow library, this new book provides fascinating use cases and in-depth instruction for deep learning apps in JavaScript in your browser or on Node. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
-
The Definitive Guide to Linux Network Programming (Expert's Voice)
Vendor: Abebooks.com Price: 50.15 $* Clear and abundant examples, using real-world code, written by three experienced developers who write networking code for a living. * Describes how to build clients and servers, explains how TCP, UDP, and IP work, and shows how to debug networking applications via packet sniffing and deconstruction. * Well suited for Windows developer looking to expand to Linux, or for the proficient Linux developer looking to incorporate client-server programming into their application.
-
Network Security with OpenSSL: Cryptography for Secure Communications
Vendor: Abebooks.com Price: 22.95 $Most applications these days are at least somewhat network aware, but how do you protect those applications against common network security threats? Many developers are turning to OpenSSL, an open source version of SSL/TLS, which is the most widely used protocol for secure network communications.The OpenSSL library is seeing widespread adoption for web sites that require cryptographic functions to protect a broad range of sensitive information, such as credit card numbers and other financial transactions. The library is the only free, full-featured SSL implementation for C and C++, and it can be used programmatically or from the command line to secure most TCP-based network protocols.Network Security with OpenSSL enables developers to use this protocol much more effectively. Traditionally, getting something simple done in OpenSSL could easily take weeks. This concise book gives you the guidance you need to avoid pitfalls, while allowing you to take advantage of the library?s advanced features. And, instead of bogging you down in the technical details of how SSL works under the hood, this book provides only the information that is necessary to use OpenSSL safely and effectively. In step-by-step fashion, the book details the challenges in securing network communications, and shows you how to use OpenSSL tools to best meet those challenges.As a system or network administrator, you will benefit from the thorough treatment of the OpenSSL command-line interface, as well as from step-by-step directions for obtaining certificates and setting up your own certification authority. As a developer, you will further benefit from the in-depth discussions and examples of how to use OpenSSL in your own programs. Although OpenSSL is written in C, information on how to use OpenSSL with Perl, Python and PHP is also included.OpenSSL may well answer your need to protect sensitive data. If that?s the case, Network Security with OpenSSL is the only guide available on the subject.
-
Foundations of Python Network Programming
Vendor: Abebooks.com Price: 104.65 $To guide readers through the new scripting language, Python, this book discusses every aspect of client and server programming. And as Python begins to replace Perl as a favorite programming language, this book will benefit scripters and serious application developers who want a feature-rich, yet simple language, for deploying their products. The text explains multitasking network servers using several models, including forking, threading, and non-blocking sockets. Furthermore, the extensive examples demonstrate important concepts and practices, and provide a cadre of fully-functioning stand alone programs. Readers may even use the provided examples as building blocks to create their own software.
-
Designing Storage Area Networks
Vendor: Abebooks.com Price: 75.03 $Written for network developers, IT consultants, administrators, and managers, this updated and expanded edition offers practical guidelines for using diverse SAN technologies to solve existing networking problems in large-scale corporate networks. This guide introduces the different types of SAN technology and demonstrates how each can best be used to address specific application challenges; from server clustering to ISP hosting, server-free tape backup to full-motion video editing.
-
Java Network Programming, Third Edition
Vendor: Abebooks.com Price: 49.95 $The new third edition of this highly regarded introduction to Java networking programming has been thoroughly revised to cover all of the 100+ significant updates to Java Developers Kit (JDK) 1.5. It is a clear, complete introduction to developing network programs (both applets and applications) using Java, covering everything from networking fundamentals to remote method invocation (RMI).Java Network Programming, 3rd Edition includes chapters on TCP and UDP sockets, multicasting protocol and content handlers, servlets, multithreaded network programming, I/O, HTML parsing and display, the Java Mail API, and the Java Secure Sockets Extension. There's also significant information on the New I/O API that was developed in large part because of the needs of network programmers.This invaluable book is a complete, single source guide to writing sophisticated network applications. Packed with useful examples, it is the essential resource for any serious Java developer.
-
AJA HEVC Encoder Card, Slot Powered
Vendor: Adorama.com Price: 4,995.00 $An advanced solution for high-quality video encoding, the Corvid HEVC 4K and Multi-Channel HEVC Encoder Card is a PCIe 2.0 8-lane powerhouse designed to deliver real-time, low-latency HEVC encoding at 4K, 1080p HD, and lower resolutions. This professional-grade encoder card is a perfect fit for developers seeking to integrate Corvid HEVC into their Windows and Linux applications, leveraging AJA's robust SDK and flexible API for a wide range of use cases.The Corvid HEVC Encoder Card offers 4K/UHD encoding capabilities, accepting a baseband 4K signal via its four 3G-SDI inputs, either as quadrants or sample interleaves. It expertly extracts embedded audio and metadata while sending the image to the encoder. The encoded image, audio, and metadata are then seamlessly passed to the host system for use in the software application.In its multi-channel encoding mode, the Corvid HEVC treats each input as a separate and independent channel. This mode mirrors the 4K mode, duplicating the processing for each incoming channel. Each channel can independently scale and encode to standard video resolutions, allowing for asynchronous operation and the ability to stop and start at any time.The Corvid HEVC Encoder Card also offers file-to-file encoding, reading incoming video from a file on the host system, rather than input via the hardware BNC connections. It can scale and de-interlace images onboard before transferring them to the encoder. A single Corvid HEVC card can read, decode, scale, and encode up to four simultaneous, independent files.Audio and metadata are processed in parallel with video HEVC encoding and passed via the SDK to the host software. This unique feature allows the Corvid HEVC to deliver all the source data directly from the card to your software, eliminating the need for multiple pathways.Beyond real-time encoding, the Corvid HEVC also functions as a standard video capture card, bringing SDI video and embedded audio into the system. All supported video input formats can be captured directly to the host system in a variety of file formats.As part of AJA's Developer Program, the Corvid HEVC Encoder Card allows partner companies to incorporate AJA products into their systems. By utilizing existing, proven video I/O devices, developers can leverage AJA's expertise to develop and support these technologies, saving money and accelerating their time to market.
-
AJA HEVC Encoder Card, ATX6 Powered
Vendor: Adorama.com Price: 4,995.00 $Before diving into the details, let's introduce the Corvid HEVC 4K and Multi-Channel HEVC Encoder Card. This high-performance PCIe 2.0 8-lane video encoder card delivers real-time, low-latency HEVC encoding at 4K, 1080p HD, and lower resolutions. It's an ideal solution for developers who can utilize AJA's robust SDK to seamlessly integrate the Corvid HEVC into their Windows and Linux applications, offering a flexible API for a diverse range of use cases.The Corvid HEVC Encoder Card is designed for 4K/UHD encoding. It accepts a baseband 4K signal via its four 3G-SDI inputs, either as quadrants or sample interleaves. The card extracts embedded audio and metadata while sending the image to the encoder. The encoded image, audio, and metadata are then relayed to the host system for use in the software application.In multi-channel encoding mode, each input is treated as a separate, independent channel. The processing is similar to the 4K mode, but duplicated for each incoming channel. Each channel can perform scaling and encoding to standard video resolutions asynchronously, allowing individual channels to stop and start at any time.The Corvid HEVC Encoder Card also supports file-to-file encoding. In this workflow, the incoming video is read from a file on the host system, bypassing the hardware BNC connections on the card. The image can be scaled and de-interlaced onboard before being transferred to the encoder. The card can handle up to four simultaneous, independent files, decoding, scaling, and encoding them using a single Corvid HEVC card.Audio and metadata processing is performed in parallel with video HEVC encoding and passed via the SDK to the host software. This unique feature allows the Corvid HEVC to deliver all the source data directly from the card to your software, eliminating the need for multiple pathways.In addition to real-time encoding, the Corvid HEVC also functions as a standard video capture card, bringing SDI video and embedded audio into the system. All supported video input formats can be captured directly to the host system in a variety of file formats.Finally, AJA's Developer Program allows partner companies to incorporate AJA products into their systems. By utilizing existing, proven video I/O devices, Developer Partners can leverage AJA's expertise to develop and support these technologies, saving money and getting their integrated products to market more quickly. The Corvid HEVC 4K and Multi-Channel HEVC Encoder Card is not just a product, but a powerful platform for development partners.
-
Cheyenne: The Complete Seventh Season
Vendor: Deepdiscount.com Price: 34.99 $After seven seasons, Cheyenne put up the saddle after saving a studio, a network, and forever changing American entertainment. Under the auspices of William T. Orr and creator/developer Roy Huggins, Cheyenne established the one-hour continuing drama as a pop-culture staple, eventually emerging as the dominant narrative force in American fiction. Helped in no small part by the charms of it's star, the Big Man himself, Clint Walker, and the show's blend of high adventure, drama and romance - all o
-
Clojure Cookbook: Recipes for Functional Programming
Vendor: Abebooks.com Price: 34.25 $With more than 150 detailed recipes, this cookbook shows experienced Clojure developers how to solve a variety of programming tasks with this JVM language. The solutions cover everything from building dynamic websites and working with databases to network communication, cloud computing, and advanced testing strategies. And more than 60 of the world’s best Clojurians contributed recipes.Each recipe includes code that you can use right away, along with a discussion on how and why the solution works, so you can adapt these patterns, approaches, and techniques to situations not specifically covered in this cookbook.Master built-in primitive and composite data structuresCreate, develop and publish libraries, using the Leiningen toolInteract with the local computer that’s running your applicationManage network communication protocols and librariesUse techniques for connecting to and using a variety of databasesBuild and maintain dynamic websites, using the Ring HTTP server libraryTackle application tasks such as packaging, distributing, profiling, and loggingTake on cloud computing and heavyweight distributed data crunchingDive into unit, integration, simulation, and property-based testingClojure Cookbook is a collaborative project with contributions from some of the world’s best Clojurians, whose backgrounds range from aerospace to social media, banking to robotics, AI research to e-commerce.
-
Programming Bitcoin: Learn How to Program Bitcoin from Scratch
Vendor: Abebooks.com Price: 43.95 $Dive into Bitcoin technology with this hands-on guide from one of the leading teachers on Bitcoin and Bitcoin programming. Author Jimmy Song shows Python programmers and developers how to program a Bitcoin library from scratch. You’ll learn how to work with the basics, including the math, blocks, network, and transactions behind this popular cryptocurrency and its blockchain payment system.By the end of the book, you'll understand how this cryptocurrency works under the hood by coding all the components necessary for a Bitcoin library. Learn how to create transactions, get the data you need from peers, and send transactions over the network. Whether you’re exploring Bitcoin applications for your company or considering a new career path, this practical book will get you started.Parse, validate, and create bitcoin transactionsLearn Script, the smart contract language behind BitcoinDo exercises in each chapter to build a Bitcoin library from scratchUnderstand how proof-of-work secures the blockchainProgram Bitcoin using Python 3Understand how simplified payment verification and light wallets workWork with public-key cryptography and cryptographic primitives
-
Graph Algorithms : Practical Examples in Apache Spark and Neo4j
Vendor: Abebooks.com Price: 50.92 $Learn how graph algorithms can help you leverage relationships within your data to develop intelligent solutions and enhance your machine learning models. With this practical guide,developers and data scientists will discover how graph analytics deliver value, whether they’re used for building dynamic network models or forecasting real-world behavior.Mark Needham and Amy Hodler from Neo4j explain how graph algorithms describe complex structures and reveal difficult-to-find patterns—from finding vulnerabilities and bottlenecksto detecting communities and improving machine learning predictions. You’ll walk through hands-on examples that show you how to use graph algorithms in Apache Spark and Neo4j, two of the most common choices for graph analytics.Learn how graph analytics reveal more predictive elements in today’s dataUnderstand how popular graph algorithms work and how they’re appliedUse sample code and tips from more than 20 graph algorithm examplesLearn which algorithms to use for different types of questionsExplore examples with working code and sample datasets for Spark and Neo4jCreate an ML workflow for link prediction by combining Neo4j and Spark
-
Programming Bitcoin : Learn How to Program Bitcoin from Scratch
Vendor: Abebooks.com Price: 50.19 $Dive into Bitcoin technology with this hands-on guide from one of the leading teachers on Bitcoin and Bitcoin programming. Author Jimmy Song shows Python programmers and developers how to program a Bitcoin library from scratch. You’ll learn how to work with the basics, including the math, blocks, network, and transactions behind this popular cryptocurrency and its blockchain payment system.By the end of the book, you'll understand how this cryptocurrency works under the hood by coding all the components necessary for a Bitcoin library. Learn how to create transactions, get the data you need from peers, and send transactions over the network. Whether you’re exploring Bitcoin applications for your company or considering a new career path, this practical book will get you started.Parse, validate, and create bitcoin transactionsLearn Script, the smart contract language behind BitcoinDo exercises in each chapter to build a Bitcoin library from scratchUnderstand how proof-of-work secures the blockchainProgram Bitcoin using Python 3Understand how simplified payment verification and light wallets workWork with public-key cryptography and cryptographic primitives
-
Dce/rpc Over Smb: Samba and Windows Nt Domain Internals
Vendor: Abebooks.com Price: 110.94 $Designed to provide in-depth technical information for CIFS implementers, network security experts, developers of network traffic analysis tools, developers of Windows NT software, and network administrators. DCE/RPC over SMB: Samba and Windows NT Domain Internals covers such topics as: implementing DCE/RPC over SMB in Samba; developing NT Domain administration functionality; understanding the internetworkings of Windows NT's internal security components; using the NT Service Control Manager over-the-wire; and managing a Windows NT SAM Database. If you deal with Windows NT development, security, or administration, DCE/RPC over SMB: Samba and Windows NT Domain Internals is an essential source of information on: encrypting DCE/RPC using NTLM Secure Service Provider; Viewing files, shares, and sessions that are open on a server; and adding, modifying, and deleting keys and values on the NT registry.
32 results in 0.246 seconds
Related search terms
© Copyright 2024 shopping.eu